home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / programming / other / gui4cli / af_gui4cli.readme next >
Text File  |  1999-04-29  |  3KB  |  96 lines

  1. Short    : Easy, event driven GUI language - V3.7
  2. Uploader : dck@hol.gr (D. Keletsekis)
  3. Author   : dck@hol.gr (D. Keletsekis)
  4. Type     : Dev/Gui
  5. Version  : 3.7
  6. Requires : OS 3.0+
  7.  
  8.  --------------------------------------------------
  9.  Main changes for Version 3.7
  10.  --------------------------------------------------
  11.  - Notify event (file/dir change notification)
  12.  - Commodity event (HotKeys)
  13.  - Sound effects
  14.  - Speak command with settings
  15.  - Flash, MoveScreen, SetAttr etc commands
  16.  - TextIn gadget hook
  17.  - Various internal vars & Attributes
  18.  - Many bug fixes & improvements..
  19.  - Graphics extention
  20.  - Improved guis
  21.  
  22.  --------------------------------------------------
  23.  Program description :
  24.  --------------------------------------------------
  25.  Gui4Cli is an easy interpreted language for constructing 
  26.  great looking GUIs with which you can (among many other 
  27.  things) control other programs by issuing AmigaDos and 
  28.  ARexx commands. 
  29.  
  30.  You just write a text file, and run it - No compilers,
  31.  libraries, or programming knowledge are needed. 
  32.  
  33.  Gui4Cli remains in memory and runs these GUIs that you
  34.  construct. You can run as many GUIs as your memory
  35.  allows, all from one instance of Gui4Cli.
  36.  
  37.  The GUIs are visually editable, and the language has
  38.  powerful features such as Directory and DataBase
  39.  listviews, maths abilities, C extensions, many types of
  40.  variables, and much much more..
  41.  
  42.  Gui4Cli is FreeWare. 
  43.  Full program, manual, tutorials & demos are included.
  44.  
  45.  D. Keletsekis
  46.  
  47.  --------------------------------------------------
  48.  Highlights of previous versions
  49.  --------------------------------------------------
  50.  
  51.  Version 3.6
  52.  
  53.  - Timer event
  54.  - Interface for C programmers
  55.  - Fixed enforcer hits and many bugs
  56.  - Clipboard support
  57.  - Share menus among guis
  58.  - Arexx improvements
  59.  - 8SVX sound player extension
  60.  - LV text formating extension
  61.  
  62.  Version 3.5
  63.  
  64.  - Full maths abilities
  65.  - Database listviews, with fields, records etc
  66.  - Database commands
  67.  - Atributes & local variables
  68.  - minor additions & bug fixes
  69.  
  70.  Version 3.4
  71.  
  72.  - Added the TextFile, SearchVar, RepVar, LVRep commands
  73.  - minor additions & bug fixes
  74.  
  75.  Version 3.3
  76.  
  77.  - Just a bug fix of 3.2
  78.  
  79.  Version 3.2
  80.  
  81.  - Private variables
  82.  - The PIPE event
  83.  - The ability to pass arguments to routines & guis
  84.  - LVInsert, BreakTask, PartRedraw and more commands..
  85.  - Colored ansi text in listviews
  86.  - Extended variable notations
  87.  - more internal variables
  88.  - Online help for gadgets
  89.  - Visual editing & text improvements
  90.  - minor additions & bug fixes
  91.  
  92.  Before
  93.  
  94.  - I can't remember..
  95.  
  96.